home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1557 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  521 b   |  20 lines

  1. on(press){
  2.    _root.dis = 2;
  3.    if(_root.inven._currentframe == 1)
  4.    {
  5.       if(_root.micon._currentframe == 1 && _root.range == true)
  6.       {
  7.          _root.sfx.gotoAndStop(3);
  8.          _root.txt_number = 1;
  9.          _root.next_dis1 = 2;
  10.          _root.next_txt1 = "I\'ve always wanted one of these.";
  11.       }
  12.       if(_root.micon._currentframe == 2)
  13.       {
  14.          _root.txt_number = 1;
  15.          _root.next_dis1 = 2;
  16.          _root.next_txt1 = "It\'s the sign to the men\'s room.";
  17.       }
  18.    }
  19. }
  20.